home *** CD-ROM | disk | FTP | other *** search
- object Dlg_RASEntry: TDlg_RASEntry
- Left = 186
- Top = 144
- ActiveControl = BtnOk
- BorderStyle = bsDialog
- Caption = 'Connect to'
- ClientHeight = 186
- ClientWidth = 292
- ParentFont = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object L_inputras: TLabel
- Left = 64
- Top = 16
- Width = 168
- Height = 13
- Caption = 'The user name for Dial-up Network:'
- end
- object Img_RAS: TImage
- Left = 16
- Top = 9
- Width = 32
- Height = 32
- end
- object GB_logon: TGroupBox
- Left = 16
- Top = 48
- Width = 265
- Height = 89
- Caption = 'Logon'
- TabOrder = 0
- object L_user: TLabel
- Left = 16
- Top = 26
- Width = 56
- Height = 13
- Caption = '&User Name:'
- FocusControl = E_user
- end
- object L_pwd: TLabel
- Left = 16
- Top = 58
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = E_pwd
- end
- object E_user: TEdit
- Left = 88
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object E_pwd: TEdit
- Left = 88
- Top = 56
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- end
- object BtnOk: TButton
- Left = 16
- Top = 152
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object BtnCancel: TButton
- Left = 104
- Top = 152
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object BtnEdit: TButton
- Left = 192
- Top = 152
- Width = 89
- Height = 25
- Caption = '&Property...'
- TabOrder = 3
- OnClick = BtnEditClick
- end
- object Language: TLanguage
- LangCenter = DM_Language.LangCenter
- Left = 184
- Top = 32
- end
- end
-